.top_link_box>li:hover {
	background: #FFBA00;
}
/* 头部 */
.top_d{line-height: 32px;background: #eeeeee;font-size: 12px;}
.welcome{width: 1200px;margin: 0 auto;padding: 0;}
.top_fr{float: right;}

a {
    text-decoration: none;
}

.t_cen {
    text-align: center;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}
.tx_flex {
    display: flex;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.font-16 {
    font-size: 16px;
    font-family: "微软雅黑";
}

.banner {
    height: 350px;
}

.carousel,
.item,
.item img {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.container {
    width: 1250px;
    margin: 0 auto;
    padding: 0;
}

.tx_bet {
    display: flex;
    justify-content: space-between;
}


/* top */

.top_line {
    width: 5px;
    height: 60px;
    margin: auto 10px;
    border-right: 2px solid #E5E5E5;
}

.top_txt1 {
    font-size: 26px;
    color: #219261;
    font-family: "SourceHanSansCN";
    font-weight: bold;
}

.top_txt2 {
    font-size: 18px;
    color: #6D6D6D;
    font-family: "SourceHanSansCN";
}

.top_left {
    align-items: center;
}

.top_txt3 {
    font-size: 14px;
    color: #494949;
    font-family: "SourceHanSansCN";
}

.top_txt4 {
    font-size: 30px;
    color: #219261;
    font-family: "SourceHanSansCN";
}

.top_tel {
    margin-right: 20px;
}


/* nav */
ul .clearfix{
	margin-left: 30px;
}
ul .clearfix_1{
	margin-left: 30px;
	list-style: disc;
    line-height: 32px;
    height: 32px;
}
.clearfix_1:before{
	display:none;
}
ul .clearfix a{
	color:#333;
}
.nav_top {
    background: #00824A;
}
.top_nav_this {
    background: #FFBA00 !important;
}

.top_link_box li {
    width: 12.5%;
    text-align: center;
    padding: 17px;
    float: left;
	background: url(/images/navline.png) no-repeat center right;
}

.top_link_box li:nth-child(8) {
    
	background: none;
}
.top_link_box a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-family: "Adobe 黑体 Std";
}


.hot_box {
    background: #F5F5F5;
    padding: 10px 0;
    box-shadow: 1px 2px 10px #e1e1e1;
}

.hot_txt1 {
    font-size: 16px;
    color: #0E3A6A;
    font-weight: "微软雅黑";
}

.hot_txt2 {
    font-size: 16px;
    color: #2A2A2A;
    font-weight: "微软雅黑";
}

#top_btn {
    border: 0;
    background: none;
    position: absolute;
    right: 10px;
    top: 25%;
}

#search {
    border-radius: 20px;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 15px;
    outline: none;
    width: 300px;
}

.from_box {
    position: relative;
}


/* top end */


/* 底部开始 */

.footer {
	    
    background: #292929;
}

.f_row1 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.f_row1>div:nth-child(1) {
    margin-right: 50px;
}

.f_row1>div {
    /*width: 33%;*/
    margin-right: 40px;
}

.f_line {
    border-right: 1px solid #797979;
    height: 80%;
    margin: auto;
}

.f_content {
    margin-right: 50px;
}

.f_row1>div img {
    margin-right: 10px;
}

.f_txt1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.f_txt2 {
    font-size: 14px;
    color: #989898;
}

.f_r_box2 {
    display: flex;
}

.f_r2_line {
    width: 20px;
    height: 10px;
    border-bottom: 1px solid #83622C;
    margin-right: 15px;
}

.f_row2_box {
    display: flex;
    justify-content: center;
    width: 24%;
    border-right: 2px dashed #7A7A7A;
}

.f_row2_box>div {
    text-align: center;
}

.f_r2_txt1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.f_row2_box a {
    font-size: 16px;
    color: #8A8A8A;
    display: inline-block;
    margin: 5px 0;
}

.f_rw_main_box {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.ewm_txt {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.ewm_box {
    width: 36%;
    border-right: 0 !important;
    margin-left: 40px;
}

.rwm_content {
    text-align: left;
    margin-left: 15px;
}

.rwm_content>div {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

.ewm img {
    margin-bottom: 10px;
}

.footer hr {
    border-top: 1px solid #5e5e5e;
}

.copyright {
    height: 40px;
    line-height: 40px;
    background: #353535;
}

.copyright,
.copyright a {
    text-align: center;
    font-size: 12px;
    color: #838383;
}
.cl{
	clear: both;
}